Connect to the SSH server

Once the keys for the SSH server are generated and the server has been started successfully, you can connect the SSH client. You are allowed to open multiple simultaneous sessions of the SSH client.

To connect to the XPS debug port using SSH:

  1. Launch the SSH client (such as PuTTY).

  1. From the SSH client command prompt, run this command:

ssh [username]@[IP of XPS server] -p 13002 -T

ssh [username]@[IP of XPS server] -p 13002 -T -l admin

  1. Enter the password for the corresponding username and press Enter. The typing will not be displayed for the password.

If you have enabled N4 authentication for XPS, the password is required.

  1. When connecting the SSH Client to the SSH Server for the first time, you will be asked to add the server's fingerprint in the known_host file. 

Type yes and proceed.

When you have logged in successfully, you will see the xps@[IP address]> prompt.

When an SSH client establishes a connection with a server successfully, it stores the identity of the server in a file known_host in the directory C:\Users\[your_username]\.ssh. This known_host file keeps track of all the SSH servers that the user has connected to by storing the public key against the hostname or IP address of the server.